home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 1872 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.zeitgeist.net!usenet
  2. From: mwm@contessa.phone.net (Mike Meyer)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AWS directory module
  5. Date: Mon, 26 Feb 1996 11:45:11 PST
  6. Organization: Missionaria Phonibalonica
  7. Distribution: world
  8. Message-ID: <19960226.75E5960.A790@contessa.phone.net>
  9. References: <61302472@nirvana.gp.in-ulm.de>
  10. NNTP-Posting-Host: contessa.phone.net
  11. X-NewsReader: Amiga Yarn 3.9, 1995/05/09 10:42:03
  12.  
  13. In <61302472@nirvana.gp.in-ulm.de>, "Klaus Wissmann" <klaus.wissmann@student.uni-ulm.de> wrote:
  14. > prefer to have the in $HOME/public_html/. Is this possible with AWS
  15. > without having to add a line like
  16. >    map /~user/ directory SYS:home/user/
  17. > for every user?
  18.  
  19. Yes. You need the userdir module. See
  20. http://www.omnipresence.com/aserver/modules/userdir.html for
  21. information on how it works, and
  22. http://www.phone.net/aws/betaform.html for information on how you get
  23. a copy.
  24.  
  25. It uses the AmiTCP usergroup.library, so only the password files
  26. supported by that can be used.
  27.  
  28. BTW, since a bare "~" isn't legal in a URL (yet another example of
  29. NetScapes support of open standards), I seriously recommend doing:
  30.  
  31.     map /home/ userdir public_html
  32.  
  33. instead. Of course, AWS will let you do both (and may be the only
  34. server for any platform that will):
  35.  
  36.     map /~ userdir public_html
  37.     map /home/ userdir public_html
  38.  
  39.     <mike
  40.